Configurates
C1.Web.Mvc.InputTime<T>.Min. Sets the earliest time that the user can enter.
Syntax
'Declaration
Public Function Min( _
ByVal As Date _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Min(
DateTime
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also